-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hotfix for failing get_video_info api #19
base: master
Are you sure you want to change the base?
Conversation
I've updated the XCDYoutubeKit according to 0xced/XCDYouTubeKit#548 and added some code to use the |
Hi, When will have this version available? |
hi, any update about this pull request ? |
Thank for your work. Could you suggest how best to include these changes in my project if I use Ionic Appflow ? |
You can add this PR in your project using |
Hi @markdegrootnl, While your solution worked, is there any reason why it would be slower to load on iOS than Android? It's almost instant on Android, yet take a long while in iOS. I mean, it's certainly better than it not working, but just curious if there was a tweak I've missed? EG. Is it just me? ta. Update: I found a solution in the end: https://stephenmonro.wordpress.com/2022/04/13/getting-youtube-videos-to-play-again-in-ionic5/ |
Great work @vrdriver. Submit a PR to this repo and hopefully it will get merged sometime... |
EG. Is it just me?
@vrdriver I have the same issue with slower to load video on iOS. Thanks for sharing the solution. |
As described in 0xced/XCDYouTubeKit#534 Youtube seems to have changed the get_video_info api endpoint. This has not been fixed in XCDYouTubeKit yet, so this hotfix references another XCDYouTubeKit version.